Skip to content

Conversation

@ajivanyandev
Copy link
Contributor

No description provided.

@ajivanyandev ajivanyandev self-assigned this Oct 29, 2025
Copilot AI review requested due to automatic review settings October 29, 2025 13:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a deprecation warning system for legacy nested configuration components in the DevExtreme Angular wrapper. The implementation detects when developers use generic legacy nested components (like dxi-item, dxo-animation) and warns them to upgrade to component-specific variants (like dxi-accordion-item, dxo-accordion-animation).

Key changes:

  • New deprecation warning utility that detects legacy nested component usage and suggests modern replacements
  • Integration of the warning system into the nested option lifecycle
  • Comprehensive mapping of legacy to modern selectors across all DevExtreme components

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
packages/devextreme-angular/src/core/nested-option.ts Added import and integration of the deprecation warning into NestedOptionHost.setNestedOption()
packages/devextreme-angular/src/core/deprecated-config-warning.ts New file implementing the deprecation warning logic with class name parsing, host component detection, and console warning emission
packages/devextreme-angular/src/core/deprecated-config-map.ts New generated file containing mappings from host components to their legacy/modern nested component selector pairs

Copilot AI review requested due to automatic review settings October 30, 2025 19:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Copilot AI review requested due to automatic review settings October 30, 2025 20:41
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated no new comments.

Copilot AI review requested due to automatic review settings November 1, 2025 05:58
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

@ajivanyandev ajivanyandev reopened this Nov 5, 2025
Copilot AI review requested due to automatic review settings November 5, 2025 11:01
@ajivanyandev ajivanyandev reopened this Nov 5, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated no new comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants